DomainObjects Class Library

FieldRelationship<PrimaryKeyType,RelationshipDescriptorType>.GetObjectData Method 

Populates a SerializationInfo with the data needed to serialize the target object.

public virtual void GetObjectData(
   SerializationInfo info,
   StreamingContext context
);

Parameters

info
The SerializationInfo to populate with data.
context
The destination (see StreamingContext) for this serialization.

Implements

ISerializable.

Exceptions

Exception Type Condition
SecurityException The caller does not have the required permission.

See Also

FieldRelationship<PrimaryKeyType,RelationshipDescriptorType> Class | DomainObjects.Facade.Domain Namespace